Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

PHP Interview Questions and Answers

Question: Will comparison of string "10" and integer 11 work in PHP?
Answer: Yes, internally PHP will cast everything to the integer type, so numbers 10 and 11 will be compared.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook